home *** CD-ROM | disk | FTP | other *** search
- #include "colors.inc"
- #global_settings
- {
- assumed_gamma 1.0
- }
-
-
-
- light_source { <50 , 20, 10> color White }
- light_source { <-50 , -20, 10> color White }
-
- camera {
- up y
- right 4/3*x
- direction 2*z
- location <2 , 2, 3>
- look_at <0 , 0, 0>
- }
-
- #declare MENGER_DEPTH = 3
- #include "menger.inc"
-
- object {
- MENGER_OBJECT
- pigment {color Red}
- }
-
-
- background{color NewMidnightBlue}
-
-
-
-
-